home *** CD-ROM | disk | FTP | other *** search
/ Netware Super Library / Netware Super Library.iso / remote / runit / runit.txt < prev   
Encoding:
Text File  |  1994-01-20  |  2.6 KB  |  67 lines

  1. About FREE Runit
  2. ----------------
  3. The Runit utility is a small program launcher that can be configured by 
  4. a message originator to run a designated program on a network.  With this 
  5. utility you can "send" a program to network users via a Windows mail system
  6. (e.g. MS MAIL) without actually sending copies of the program to each one.  
  7. The designated program will run when the user double clicks on the Runit 
  8. icon embedded in their message.
  9.  
  10. You can use Runit with any Windows mail system that allows embeded programs.
  11.  
  12. Runit will save you a lot of disk space if the program you wish to distribute
  13. is large.  This utility is also useful when you want users to run a program
  14. without wrapping them up in the technical details of how to get to it.
  15.  
  16. This version of Runit is fully functional and FREE!  An newer commercial 
  17. version is available for the registration fee of $9.  The commercial version
  18. is smaller and contains more features.  To register, please send $9, your 
  19. name and address to
  20.  
  21.     Frank Font Software
  22.     P.O. Box 1232
  23.     Germantown, MD 20875-1232
  24.  
  25. The registration fee includes normal shipping and handling.
  26.  
  27. Please send any enhancement suggestions or comments to the above address 
  28. or to my ID of 72440,2354 on CompuServe.
  29.  
  30. How To Use
  31. ----------
  32. The Runit utility is configured via command line arguments.  It is a Windows 
  33. program, so to do this you need to configure it through the RUN option of
  34. your Windows' FILE menu.  The switches used and their effects are 
  35. as follows:
  36.  
  37. /?              ...     A simple help screen will appear.
  38. /SETTING?       ...     Shows current setting.
  39. /SET:<filespec> ...     Will set the Runit utility to run <filespec>.
  40.  
  41. Example:        MYPROG.EXE is on the network at F:\STUFF\PROGS 
  42.         and RUNIT.EXE is at C:\
  43.  
  44. 1.      From the RUN option of the FILE menu, type 
  45.     
  46.         C:\RUNIT /SET:F:\STUFF\PROGS\MYPROG.EXE
  47.     
  48.     A window will appear showing the new setting.
  49.  
  50. 2.      Attach C:\RUNIT.EXE to a mail message and send it.
  51. 3.      When the recipient of the message double clicks on the RUNIT icon, 
  52.     MYPROG will execute.
  53.  
  54. Note:   Always be sure to send the RUNIT.EXE that you set.  If you're not 
  55.     sure what a RUNIT.EXE has been set to, just do a RUNIT /SETTING? in 
  56.     the RUN option of the Windows' FILE menu.
  57.  
  58.  
  59. Limitations
  60. -----------
  61. 1.      An error will result if the program to which Runit is set is not 
  62.     available.  (Runit may not be a good choice if users do not share 
  63.     similar drive mappings on the target server.)
  64. 2.      Runit does no syntax checking of its setting.
  65. 3.      This free version does not set a starting directory.
  66. 4.      Pipe and redirection symbols are not processed by Runit.
  67.